Feature: week6-part-2
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 2m 58.771s |
Scenario: Show only posts by status and author
Before
0m 25.472s
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
0m 18.099s
When
I enter email "<USERNAME>"
0m 1.433s
And
I wait for 3 seconds
0m 4.372s
And
I enter password "<PASSWORD>"
0m 0.437s
And
I wait for 2 seconds
0m 2.246s
And
I click signIn
0m 6.712s
And
I wait for 2 seconds
0m 2.276s
When
I select page option in sidebar posts
0m 21.072s
And
I wait for 2 seconds
0m 3.581s
And
I open status filter
0m 7.224s
And
I wait for 2 seconds
0m 2.326s
And
I select filter published option
0m 1.868s
And
I wait for 2 seconds
0m 2.377s
And
I want filter by PUBLISHED items
0m 0.434s
And
I wait for 2 seconds
0m 2.386s
And
I open author filter
0m 0.842s
And
I wait for 2 seconds
0m 2.687s
And
I want choose filter by random author
0m 2.293s
And
I wait for 2 seconds
0m 2.311s
Then
I want validate that filter only contain PUBLISHED status
0m 0.272s
And
I wait for 2 seconds
0m 2.340s
And
I want validate posts lists only contain author selected in author filter
0m 0.280s
And
I wait for 2 seconds
0m 2.377s
After
0m 3.054s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
When
I enter email "<USERNAME>"
And
I wait for 3 seconds
And
I enter password "<PASSWORD>"
And
I wait for 2 seconds
And
I click signIn
And
I wait for 2 seconds
When
I select page option in sidebar posts
And
I wait for 2 seconds
And
I open status filter
And
I wait for 2 seconds
And
I select filter published option
And
I wait for 2 seconds
And
I want filter by PUBLISHED items
And
I wait for 2 seconds
And
I open author filter
And
I wait for 2 seconds
And
I want choose filter by random author
And
I wait for 2 seconds
Then
I want validate that filter only contain PUBLISHED status
And
I wait for 2 seconds
And
I want validate posts lists only contain author selected in author filter
And
I wait for 2 seconds
After
NO IMAGE AVAILABLE